GTK_DEBUG_MISC is not used at all. Drop it.
<term>keybindings</term>
<listitem><para>Keybindings</para></listitem>
</varlistentry>
- <varlistentry>
- <term>misc</term>
- <listitem><para>Miscellaneous information</para></listitem>
- </varlistentry>
<varlistentry>
<term>modules</term>
<listitem><para>Loading of modules</para></listitem>
G_BEGIN_DECLS
typedef enum {
- GTK_DEBUG_MISC = 1 << 0,
GTK_DEBUG_TEXT = 1 << 1,
GTK_DEBUG_TREE = 1 << 2,
GTK_DEBUG_UPDATES = 1 << 3,
#ifdef G_ENABLE_DEBUG
static const GDebugKey gtk_debug_keys[] = {
- { "misc", GTK_DEBUG_MISC },
{ "text", GTK_DEBUG_TEXT },
{ "tree", GTK_DEBUG_TREE },
{ "updates", GTK_DEBUG_UPDATES },